home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / pedit.zip / TUTORIAL.DOC < prev    next >
Text File  |  1992-11-10  |  26KB  |  536 lines

  1.  
  2.  
  3.  
  4.  
  5.                     ╔══════════════════════════════════════╗
  6.                     ║                                      ║
  7.                     ║              pEDIT PLUS              ║
  8.                     ║       ────────────────────────       ║
  9.                     ║       the personal EDITor PLUS       ║
  10.                     ║                                      ║
  11.                     ║                                      ║
  12.                     ║               TUTORIAL               ║
  13.                     ║                                      ║
  14.                     ║             Version  1.1             ║
  15.                     ║                                      ║
  16.                     ╚══════════════════════════════════════╝
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                           pEDIT  COPYRIGHT 1989 - 1992
  24.  
  25.  
  26.  
  27.                               _______
  28.                          ____|__     |                (R)
  29.                       --|       |    |-------------------
  30.                         |   ____|__  |  Association of
  31.                         |  |       |_|  Shareware
  32.                         |__|   o   |    Professionals
  33.                       -----|   |   |---------------------
  34.                            |___|___|    MEMBER
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                                   T. G. Muench
  49.                                  P.O. Box 11536
  50.                              Prescott, AZ 86304-1536
  51.                                  (602) 445-2479
  52.  
  53.                                  CIS 71171,2424
  54.  
  55.  
  56.  
  57.           Welcome to the pEDIT PLUS tutorial. It is quite short and covers
  58.         only the basic text editing functions. You must also read the
  59.         manual, especially the Quick Start section. You must use the STD
  60.         (Standard) configuration while in the tutorial. Later, you can, if
  61.         you wish, change to one of the other supplied configurations or
  62.         set up your own.
  63.  
  64.           The purpose of this tutorial is to familiarize you with the
  65.         fundamentals of text editing. It is assumed that you have a basic
  66.         knowledge of the IBM PC and can operate the keyboard and mouse.
  67.         If you have problems, consult your computer and mouse manuals.
  68.  
  69.           The lessons primarily make use of the keyboard. However, the
  70.         equivalent mouse and ButtonBar functions are given when approp-
  71.         riate.
  72.  
  73.           Key names are enclosed in angle brackets; examples are <Home>,
  74.         <Ctrl-End> and <Alt-F>. The function keys are named <F01> through
  75.         <F12>; note that <F01> is the key marked F1. The arrow keys are
  76.         named <Up>, <Down>, <Left> and <Right>. The ButtonBar buttons are
  77.         referenced by their text mode abbreviations; examples are <CMD>
  78.         and <HLP>.
  79.  
  80.           Two things need some explanation before you start the tutorial.
  81.         Both seem to cause much consternation for people new to computing
  82.         and text editing/word processing. First, the <Enter> and <Tab>
  83.         keys and <Space> bar operate very differently than they do on a
  84.         typewriter. On a typewriter, they move you around on the page -
  85.         they don't put anything on the page. In pEDIT, <Enter> inserts a
  86.         new line, <Tab> inserts a tab character and the space bar inserts
  87.         a space (blank).
  88.  
  89.           Second, don't be afraid to try things! You will be working with
  90.         copies of a practice file and can always get the original back.
  91.         When you start working with real text, you can always go back to
  92.         the point of the last save. You should pay heed to the First Law
  93.         of Word Processing: "Save early, save often".
  94.  
  95.           If you get 'lost', press <Shift-F01> to get on-line help for
  96.         every pEDIT command and/or <F01> for keyboard and ButtonBar help.
  97.         If you get completely lost, quit the tutorial by clicking the
  98.         <QUI> button or pressing <Alt-Q> (answer "Y") and restart at the
  99.         point where you had a problem.
  100.  
  101.           To start the tutorial, type in the following at the DOS command
  102.         line. If you installed pEDIT+ in a directory other than \PEDIT,
  103.         substitute that directory's name:
  104.  
  105.                 CD \PEDIT
  106.                 TUTORIAL
  107.  
  108.  
  109.  
  110.  
  111.           The TUTORIAL.BAT batch file makes two copies of the sample file
  112.         PRACTICE.TXT called PRACTICE.1 and PRACTICE.2; it then invokes the
  113.         editor using the STD configuration and loads the file PRACTICE.1
  114.         into memory. You are now ready to start the lessons.
  115.  
  116.  
  117.                         ╔═════════════════════════════╗
  118.                         ║  Lesson 1: Cursor Movement  ║
  119.                         ╚═════════════════════════════╝
  120.  
  121.           Moving the cursor around in the text is among the most basic of
  122.         all editing functions. Start by using the arrow keys to move up,
  123.         down, left and right. The current line and column indicators on
  124.         the Status Bar will change as you move.
  125.  
  126.           Press <Ctrl-Home> to return to the top of the buffer. Next,
  127.         press the <End> key to move to the end of the first line; press it
  128.         several more times to move to the end of subsequent lines. Now,
  129.         use the <Home> key to move toward the top of the buffer. Notice
  130.         how the cursor moves to the beginning of each line.
  131.  
  132.           Move back to the top of the buffer. Press <PgDn> to page down to
  133.         the next screen; press it once more and the cursor will move to
  134.         the end of the buffer. Pressing <PgUp> will return you to the top.
  135.         Now, press <Ctrl-End> which moves you directly to the bottom.
  136.  
  137.           Now, move to the top of the buffer and press <Ctrl-Right> to
  138.         move a word at a time to the right. Then, try <Ctrl-Left> to move
  139.         by word backwards toward the top of the buffer. pEDIT uses a macro
  140.         (more on this later) to move in Reverse; notice how the Direction
  141.         on the Status Bar changes from Forward to Reverse to Forward.
  142.  
  143.           If you have a mouse, practice clicking on the UpArrow symbol at
  144.         the top of the Scroll Bar to the right of the screen. Note how the
  145.         screen scrolls up one line at a time. Next, click on the DownArrow
  146.         at the bottom of the Scroll Bar; the screen will scroll down one
  147.         line at a time. Then, click on the area between the DoubleArrow
  148.         and the UpArrow or DownArrow to page up or down. Finally, move the
  149.         mouse pointer anywhere in the window and press the left button to
  150.         move the text cursor to that spot.
  151.  
  152.  
  153.                        ╔═══════════════════════════════╗
  154.                        ║  Lesson 2: Text Manipulation  ║
  155.                        ╚═══════════════════════════════╝
  156.  
  157.           The first Lesson showed you how to move around in a text buffer.
  158.         Moving the cursor is said to be non-destructive; the buffer was
  159.         not modified. In this lesson the buffer will be modified as you
  160.         insert new text and alter existing text.
  161.  
  162.  
  163.  
  164.  
  165.           First, let's insert some text. This is what happens when you
  166.         press any one of the typing keys such as <A>, <Enter> or <Tab>.
  167.         Use the keys you learned about in the previous Lesson to position
  168.         the cursor on the comma after "March 30" on the first line of the
  169.         first paragraph. Making sure <Caps Lock> is off, press the <T> and
  170.         <H> keys to change "30" to "30th". Note that text to the right of
  171.         the cursor is shifted over; the current mode is Insert as shown on
  172.         the Status Bar.
  173.  
  174.           Press the <Ins> key once to toggle the mode to Overstrike. Move
  175.         the cursor to the "M" of "March" and type in "April". Notice how
  176.         "March" was changed to "April"; this time, text was overwritten
  177.         and not inserted. Press <Ins> again to return to Insert mode.
  178.  
  179.           Now you will set margins and try reformatting a paragraph. Make
  180.         sure the Status Bar shows Insert mode and press the <F10> key to
  181.         enter Command Mode. Type in "SET MARGINS 10 68" (the case doesn't
  182.         matter) and press <Enter>. Now, position the text cursor anywhere
  183.         on the line containing "April 30th" and press <Alt-F> to "fill" or
  184.         reformat the paragraph. Notice how the word "States" was moved
  185.         down to the next line; it no longer fit between the margins after
  186.         "th" was added.
  187.  
  188.           This release of pEDIT PLUS 1.1 can also fully justify a para-
  189.         graph, resulting in a smooth right margin. Move the cursor to the
  190.         first line of the paragraph and press <Alt-J> or click on the
  191.         <JST> button to see the difference.
  192.  
  193.           You can change a word (or part of a word) to lowercase, UPPER-
  194.         CASE or Capitalized by using the <Alt-L>, <Alt-U> and <Alt-C>
  195.         keys, respectively. Try it.
  196.  
  197.           It is simply not possible to cover every pEDIT PLUS command in
  198.         the tutorial. Refer to the manual on your own and try the CENTER
  199.         LINE, LEFT LINE, RIGHT LINE, OPEN LINE, INDENT, AUTO INDENT, QUOTE
  200.         CHAR and TRANS CHAR functions. You will also want to see what
  201.         happens when you insert tabs into the text.
  202.  
  203.  
  204.                          ╔═══════════════════════════╗
  205.                          ║  Lesson 3: Text Deletion  ║
  206.                          ╚═══════════════════════════╝
  207.  
  208.           In this Lesson you will practice deleting text. You can delete
  209.         by character, word or line. Note that the last word or line erased
  210.         is saved in a special text buffer so it can be restored if you so
  211.         desire. This is called 'undo' by some programs.
  212.  
  213.           First, let's put things back as they were. Move the cursor
  214.         directly over the "t" of "30th" and press <Del> twice; the "th"
  215.         will be erased and the screen will again show "30". You can also
  216.  
  217.  
  218.  
  219.  
  220.         erase backwards by using the <BackSpace> key. Position the cursor
  221.         after the word "being" in the second paragraph. Press <BackSpace>
  222.         5 times to erase the word; now type "being" to restore it.
  223.  
  224.           Next, move the cursor to the "b" of the word "being" and press
  225.         <Ctrl-BackSpace> to delete the word. Press <Alt-BackSpace> to
  226.         restore it. Next, move to the beginning of the first line of that
  227.         paragraph starting with "Sportsmen". Press <Ctrl-Y> to erase the
  228.         line; note that the entire line is deleted. Press <Alt-BackSpace>
  229.         to restore it.
  230.  
  231.           Finally, move to the word "others" on that same line; press
  232.         <Shift-Ctrl-Y> to erase all text from the cursor to the end of the
  233.         line. Pressing <Alt-BackSpace> will restore the text.
  234.  
  235.  
  236.                            ╔═══════════════════════╗
  237.                            ║  Lesson 4: Searching  ║
  238.                            ╚═══════════════════════╝
  239.  
  240.           These commands are used to search for text and replace one text
  241.         string by another. Move to the top of the buffer and click the
  242.         <FND> button or press <Shift-F03>. In lowercase, type in "forest"
  243.         in response to the prompt "String to find: " and press the <Enter>
  244.         key. The cursor will move to the first occurrence of "forest" and
  245.         highlight it. Now, press the <F03> (FINDNEXT) key several times
  246.         until the message "Could not find text" is displayed.
  247.  
  248.           This search was case-insensitive, that is it matched every
  249.         occurrence of "forest" no matter what the case. Return to the top
  250.         of the buffer and press <Shift-F03> again; this time press <Up> to
  251.         restore "forest". Use the <Home> key to move to the beginning of
  252.         "forest" and press <Del> followed by an uppercase F to change
  253.         "forest" to "Forest". Press <Enter> to initiate the search; this
  254.         time, note that only the exact text "Forest" is matched. Now press
  255.         <F03> or click the <NXT> button as above until the "Could not find
  256.         text" message appears.
  257.  
  258.           Now you're ready to try replacing some text. Return to the top
  259.         of the buffer and click the <RPL> button or press the <Alt-F03>
  260.         key. In response to the "Old string" prompt type in "April" and
  261.         press <Enter>; at the "New string" prompt type "March" followed by
  262.         <Enter>. The cursor will move to "April" and the prompt "Replace
  263.         (Y)es (N)o (A)ll (L)ast (Q)uit: " will appear. Press the "Y" key
  264.         to accept the replacement.
  265.  
  266.           Please try the other responses on your own; "N" means do not
  267.         replace; "A" means replace all occurrences from this point to the
  268.         end; "L" means make this the last replacement and quit; "Q" means
  269.         quit now. Be careful with "A"; you won't have a chance to pick and
  270.         choose!
  271.  
  272.  
  273.  
  274.  
  275.           pEDIT also supports "wildcard" searches; you can match the
  276.         beginning and end of line by using the special symbols \\< and
  277.         \\>, respectively. Lets try one; move back to the top by pressing
  278.         <Ctrl-Home>; press <Shift-F03> and type in ".\\>" (don't include
  279.         the double quotes) followed by <Enter>. Notice how a match is made
  280.         only if the period is at the end of a line.
  281.  
  282.  
  283.                              ╔═══════════════════╗
  284.                              ║  Lesson 5: Files  ║
  285.                              ╚═══════════════════╝
  286.  
  287.           You are now ready for some more advanced functions. In this
  288.         Lesson you will learn how to load in a file for editing and save a
  289.         modified buffer to disk.
  290.  
  291.           First, "get" a file by clicking on the <GET> button or pressing
  292.         <Alt-G>, typing in PRACTICE.2 at the prompt and pressing <Enter>.
  293.         This file, a duplicate of PRACTICE.1, will be loaded into memory
  294.         and will become the current buffer. Its name will appear on the
  295.         Status Bar. pEDIT+ will let you edit up to 16 files at one time.
  296.  
  297.           Now, let's save the current buffer to disk. Press <Alt-W>, the
  298.         WRITE FILE key, or click on the <WRT> button. Nothing happened
  299.         because, as the message tells you, the buffer hasn't been modif-
  300.         ied. pEDIT will not save a buffer that hasn't changed. You should
  301.         still be positioned at the top of the buffer; press <Del> or <Ctrl-
  302.         Y> to delete the first (empty) line. Now press <Alt-W>; this time
  303.         the modified buffer is saved to disk and pEDIT will tell you how
  304.         many lines were written.
  305.  
  306.           There are two other file commands which you can try on your own.
  307.         The first is INCLUDE FILE which inserts the text from a file on
  308.         disk into the buffer starting at the current cursor position. This
  309.         command should be used only to 'merge' in relatively small files.
  310.         RENAME FILE is used to change the name of the disk file associated
  311.         with the buffer; use this command when you want to save a file
  312.         under a different name and preserve the original. The buffer name
  313.         is also changed if no buffer of that name already exists.
  314.  
  315.  
  316.                             ╔═════════════════════╗
  317.                             ║  Lesson 6: Buffers  ║
  318.                             ╚═════════════════════╝
  319.  
  320.           These functions let you choose a buffer to edit, display infor-
  321.         mation about the current buffer and change the mode and direction
  322.         for a buffer.
  323.  
  324.           Click the info button <INF> or press <F10> and type in "SHOW
  325.         BUFFER". A SHOW window will appear which displays information
  326.         about the current buffer: its name, associated file name, whether
  327.  
  328.  
  329.  
  330.  
  331.         or not it has been modified, the current direction and mode, etc.
  332.         Press any key or click a mouse button to return to the buffer you
  333.         were editing.
  334.  
  335.           Receall that two active buffers (PRACTICE.1 and PRACTICE.2) are
  336.         loaded. To switch back to the first buffer, click the <BUF> button
  337.         or press <F02>. In the BUFFERS window which appears, highlight the
  338.         first user buffer PRACTICE.1 by using the arrow keys or, if you
  339.         have a mouse, clicking on the buffer name. Then, press <Enter> or
  340.         double-click to move to the selected buffer.
  341.  
  342.           pEDIT supports marks, sometimes called bookmarks. You can set
  343.         one mark per buffer and use the GOTO MARK command to immediately
  344.         move to that spot from anywhere in the buffer. Let's try it. Move
  345.         to the top of the buffer and use <Shift-F03> to locate the word
  346.         "Organic". Press <Shift-Ctrl-0> to mark this location. Use <PgUp>
  347.         to move to the top of the buffer and then press <Ctrl-0> to move
  348.         to the mark.
  349.  
  350.           Please try the rest of the buffer commands on your own. LINE
  351.         moves the cursor to a particular line in a buffer. TRIM BUFFER
  352.         deletes all trailing blanks from each line in the current buffer.
  353.         CHANGE MODE toggles the mode between Insert and Overstrike, and
  354.         CHANGE DIR toggles the direction.
  355.  
  356.  
  357.                             ╔═════════════════════╗
  358.                             ║  Lesson 7: Windows  ║
  359.                             ╚═════════════════════╝
  360.  
  361.           In this Lesson you will learn how to split and unsplit the
  362.         screen, move from window to window when the screen is split, and
  363.         shift a window horizontally.
  364.  
  365.           There is now a single window on screen; press <Alt-2> to split
  366.         the screen into 2 windows. The cursor will move to the second
  367.         window. Notice that both windows are showing the same portion of
  368.         text in the same (PRACTICE.1) buffer. Now, using what you learned
  369.         in the previous Lesson, switch to the buffer PRACTICE.2 in the
  370.         bottom window.
  371.  
  372.           You should now have PRACTICE.1 displayed in the top window, and
  373.         PRACTICE.2 in the bottom window. You move to the other window by -
  374.         you guessed it - the OTHER WINDOW command. Press <Ctrl-F06> to
  375.         move back and forth between the two windows. If you have a mouse,
  376.         simply click the left button anywhere in the other window.
  377.  
  378.           The <PgUp> and <PgDn> keys were discussed in the first lesson;
  379.         they move you around VERTICALLY in the buffer and always show the
  380.         same 78 columns of text. You can also move HORIZONTALLY using the
  381.         SHIFT commands. This is called horizontal scrolling; it lets you
  382.         see text beyond the right edge of the screen.
  383.  
  384.  
  385.  
  386.  
  387.           Move to the PRACTICE.2 buffer and press <Alt-1> to unsplit the
  388.         screen. Press <Alt-M> and set the margins to 1 and 128. Then,
  389.         position the cursor anywhere on the first line of the first para-
  390.         graph and click the <FMT> button or press <Alt-F> to "fill" or
  391.         reformat the paragraph. Note that the paragraph has become 2 long
  392.         lines, each longer than 78 columns. The cursor is positioned at
  393.         the right edge of the window to indicate that text extends past
  394.         this point. The current location on the Status Bar indicates the
  395.         'real' position of the cursor.
  396.  
  397.           Click on the rightmost button, press <Shift-Ctrl-Right> or press
  398.         <F10> to enter Command Mode and type in "SHIFT RIGHT". You can now
  399.         see past column 78, but not to the end of the first line. Repeat
  400.         the above action to view columns 80->. Finally, click the leftmost
  401.         button twice or issue the command "SHIFT LEFT 80" and press <Home>
  402.         to return to the left edge of the buffer.
  403.  
  404.  
  405.                          ╔═══════════════════════════╗
  406.                          ║  Lesson 8: Cut and Paste  ║
  407.                          ╚═══════════════════════════╝
  408.  
  409.           This lesson will cover electronic "cut" and "paste". You can
  410.         delete (cut) a portion of text and store it in a special buffer
  411.         for later use. The contents of this buffer (called the paste
  412.         buffer or clipboard) can then be "pasted" into the buffer wher-
  413.         ever it is needed.
  414.  
  415.           Text must be selected before it can be cut or copied to the
  416.         clipboard. The SELECT TEXT command is a toggle which turns the
  417.         select state on and off. In other words, if select is on it will
  418.         be turned off and vice versa. In this exercise, you will select
  419.         the first paragraph, 'cut' it to the clipboard, and then paste it
  420.         in after the second paragraph.
  421.  
  422.           First, put the first paragraph back as it was. Set the text
  423.         margins to 10 and 68 and reformat the paragraph using <Alt-F>.
  424.         Next, position the cursor back to the first line of the paragraph
  425.         at the far left edge of the window. Press <Alt-S> to turn select
  426.         on and use the <Down> key to highlight each line of the paragraph.
  427.         Be sure and include the blank line between the paragraphs; you
  428.         should end up with the cursor at the beginning of the first line
  429.         of the second paragraph.
  430.  
  431.           Now, click the <CUT> button or press <Shift-Del> to 'cut' the
  432.         paragraph. Move the text cursor to the start of the paragraph that
  433.         begins "With the Creation Act". Click <PST> or press <Shift-Ins>
  434.         to 'paste' in the stored text. The first and second paragraphs
  435.         have been swapped.
  436.  
  437.           If you have a mouse, you can select by using "click-and-drag".
  438.         Move the mouse pointer to the start of the desired block and hold
  439.  
  440.  
  441.  
  442.  
  443.         the left button down for at least 1/2 second. Then, continue to
  444.         hold the left button while you drag the mouse in any direction to
  445.         select. This takes practice!
  446.  
  447.           There are two other commands which use select; please try them
  448.         on your own. The first is WIPE TEXT <Ctrl-Del> which deletes text
  449.         without saving it on the clipboard. Use this command when you want
  450.         to delete a large amount of text and don't need it back. STORE
  451.         TEXT <Ctrl-Ins> copies the highlighted text to the clipboard but
  452.         does not delete it from the buffer.
  453.  
  454.  
  455.                            ╔════════════════════════╗
  456.                            ║  Lesson 9: Key Macros  ║
  457.                            ╚════════════════════════╝
  458.  
  459.           This is an advanced topic and won't be covered in any detail
  460.         here. Please read the appropriate sections in the manual for
  461.         instructions on how to define both key and disk macros. There are
  462.         commands to start/end a learn sequence, and execute a macro.
  463.  
  464.           A key macro is one that is used infrequently, i.e. a 'one shot'
  465.         deal. If you have a macro that you use all of the time, it should
  466.         be saved to disk and given a name.
  467.  
  468.           You saw a disk macro in operation in Lesson 1. The <Ctrl-Left>
  469.         key is bound to the command EXECUTE STDWREV. When you press <Ctrl-
  470.         Left>, pEDIT loads in the macro file STDWREV.PM1 from disk and
  471.         'plays back' the keystrokes it contains.
  472.  
  473.  
  474.                          ╔════════════════════════════╗
  475.                          ║  Lesson 10: Miscellaneous  ║
  476.                          ╚════════════════════════════╝
  477.  
  478.           Many commands fall into the miscellaneous category. We can't
  479.         cover all of them here; please refer to the manual for more
  480.         information. As you read this, you may want to try some of them.
  481.  
  482.           One command you need to know about is ABORT. It *must* be bound
  483.         to a key because you won't be able to get to Command Mode when you
  484.         need to use it. You can use ABORT to cancel a REPEAT, FIND, FIND-
  485.         NEXT or REPLACE operation.
  486.  
  487.           ABORT can also be used to cancel out of any BUFFER, FILES or
  488.         HELP window. You can try this by clicking the <HLP> button or
  489.         pressing <Shift-F01>; instead of selecting a help topic, press
  490.         <Esc>. Note that you are returned to the current buffer.
  491.  
  492.           REPEAT is a very handy function that lets you repeat any key-
  493.         press up to 32767 times. As a quick test, press <F08> and enter a
  494.  
  495.  
  496.  
  497.  
  498.         repeat count of 44; DO NOT press <Enter> after the count or 44
  499.         blank lines will be entered! Press the <Right> key and watch the
  500.         cursor move 44 characters to the right.
  501.  
  502.           There are many SET commands you can use to customize the editing
  503.         environment. You can automatically save your work to disk, choose
  504.         screen colors, set the number of lines on-screen, select a block
  505.         or underline cursor, set the paragraph indent, and set the scope
  506.         for search and replace operations.
  507.  
  508.           The DOS command lets you shell out to DOS or pass a command to
  509.         DOS for execution. The output from a shelled DOS command goes into
  510.         the DOS buffer where it can be viewed and manipulated like any
  511.         other text.
  512.  
  513.           Click the <CMD> button or press the <F10> key to enter Command
  514.         Mode and type in "LIST KEYS" followed by <Enter>. You will see a
  515.         list of all defined keys and the command bound to each in a LIST
  516.         window. Press <Alt-A> to see a list of all 256 Ascii characters
  517.         supported by the IBM PC.
  518.  
  519.           The <Shift-F01> (HELP) key brings up an indexed list of all
  520.         pEDIT PLUS commands; there is also a <HLP> button. <F01> (ALTHELP)
  521.         displays special help screens for the keyboard and ButtonBar. Try
  522.         both of these keys now if you haven't already done so.
  523.  
  524.           Finally, there are two ways to end an editing session. The first
  525.         is QUIT; use it when you want to abort without saving any modified
  526.         buffers; all changes you have made since the last save will be
  527.         lost. EXIT automatically saves the current buffer to disk if it
  528.         has been modified and asks you, one at a time, if you want to save
  529.         any other modified buffers.
  530.  
  531.                      ---------------------------------------
  532.  
  533.           This concludes the tutorial. QUIT by pressing the <Alt-Q> key.
  534.         Enter "Y" in response to the "Buffer (s) modified - quit (Y/N)?"
  535.         prompt.
  536.